home *** CD-ROM | disk | FTP | other *** search
- -- background: 2755 from stack: in
- -- bmap block id: 3097
- -- flags: 0000
- -- background id: 0
- -- name: User Cards
- ----- HyperTalk script -----
- on update_cardnum
- repeat with i = 1 to the number of cards in this bg
- put i into field "CardNum" of card i
- end repeat
- end update_cardnum
-
- on sortalpha
- global lstfld
- put the number of the target into x
- sort by last word of field x
- put "" into lstfld
- end sortalpha
-
- on sortnum
- global lstfld
- put the number of the target into lstfld
- sort descending numeric by field lstfld
- end sortnum
-
- on sorttime
- global lstfld
- put the number of the target into x
- sort descending datetime by field x
- put "" into lstfld
- end sorttime
-
-
- -- part 6 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=73 top=46 right=67 bottom=279
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Name
- ----- HyperTalk script -----
- on mouseUp
- sortalpha
- end mouseUp
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=256 top=298 right=321 bottom=281
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to next card of this background
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=228 top=298 right=321 bottom=254
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- go to prev card of this background
- end mouseUp
-
-
-
- -- part 24 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=427 top=43 right=61 bottom=465
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Inactivity Logoffs
- ----- HyperTalk script -----
- on mouseUp
- sortnum
- end mouseUp
-
-
- -- part 25 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=427 top=67 right=85 bottom=465
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Dropped Carrier
- ----- HyperTalk script -----
- on mouseUp
- sortnum
- end mouseUp
-
-
- -- part 26 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=427 top=91 right=109 bottom=465
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Time Limit Expired
- ----- HyperTalk script -----
- on mouseUp
- sortnum
- end mouseUp
-
-
- -- part 29 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=328 top=298 right=321 bottom=353
- -- title width / last selected line: 0
- -- icon id / first selected line: 26865 / 26865
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to last card of this background
- end mouseUp
-
-
-
- -- part 32 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=168 top=298 right=321 bottom=193
- -- title width / last selected line: 0
- -- icon id / first selected line: 30557 / 30557
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to first card of this background
- end mouseUp
-
-
-
- -- part 34 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=62 top=6 right=24 bottom=169
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Load Data
- ----- HyperTalk script -----
- on mouseUp
- global newdata
- delecards
- readfile "User Stats"
- end mouseUp
-
-
-
- -- part 35 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=335 top=6 right=24 bottom=442
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Delete Cards
- ----- HyperTalk script -----
- on mouseUp
- global newdata
- delecards
- end mouseUp
-
-
-
- -- part 23 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=113 top=88 right=106 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Connect Time
- ----- HyperTalk script -----
- on mouseUp
- sorttime
- end mouseUp
-
-
- -- part 46 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=90 top=196 right=214 bottom=199
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Last Call
- ----- HyperTalk script -----
- on mouseUp
- sorttime
- end mouseUp
-
-
- -- part 39 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=30 top=88 right=106 bottom=72
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Logins
- ----- HyperTalk script -----
- on mouseUp
- sortnum
- end mouseUp
-
-
- -- part 41 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=69 top=148 right=166 bottom=103
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Menu1
- ----- HyperTalk script -----
- on mouseUp
- sortnum
- end mouseUp
-
-
- -- part 44 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=131 top=148 right=166 bottom=165
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Menu2
- ----- HyperTalk script -----
- on mouseUp
- sortnum
- end mouseUp
-
-
- -- part 45 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=197 top=148 right=166 bottom=231
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Menu3
- ----- HyperTalk script -----
- on mouseUp
- sortnum
- end mouseUp
-
-
- -- part 40 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=221 top=88 right=106 bottom=274
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Avg. Call
- ----- HyperTalk script -----
- on mouseUp
- sorttime
- end mouseUp
-
-
- -- part 48 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=424 top=155 right=173 bottom=462
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Private Messages
- ----- HyperTalk script -----
- on mouseUp
- sortnum
- end mouseUp
-
-
- -- part 47 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=423 top=129 right=147 bottom=461
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Public Messages
- ----- HyperTalk script -----
- on mouseUp
- sortnum
- end mouseUp
-
-
- -- part 49 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=424 top=181 right=199 bottom=462
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Downloads
- ----- HyperTalk script -----
- on mouseUp
- sortnum
- end mouseUp
-
-
-
- -- part 50 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=424 top=207 right=225 bottom=462
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Uploads
- ----- HyperTalk script -----
- on mouseUp
- sortnum
- end mouseUp
-
-
- -- part 51 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=424 top=233 right=251 bottom=462
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Text Files Read
- ----- HyperTalk script -----
- on mouseUp
- sortnum
- end mouseUp
-
-
- -- part 52 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=18 top=298 right=319 bottom=47
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: CardNum
- ----- HyperTalk script -----
- on mouseUp
- update_cardnum
- end mouseUp
-
-
- -- part 53 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=383 top=301 right=319 bottom=409
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Graph
- ----- HyperTalk script -----
- on mouseUp
- global lstfld, fldname
- if lstfld <> ""
- then
- put the short name of field lstfld into fldname
- go to background "Graph"
- else
- answer "Click on a numeric field first!" with "OK"
- end if
- end mouseUp
-
-